1 namespace QuanLyNhanSu
2 {
3     
partial class frmDoiMatKhau
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDoiMatKhau));
32             
this.groupBox1 = new System.Windows.Forms.GroupBox();
33             
this.picNotValidMKMoi2 = new System.Windows.Forms.PictureBox();
34             
this.picNotValidMKMoi = new System.Windows.Forms.PictureBox();
35             
this.picValidMKMoi2 = new System.Windows.Forms.PictureBox();
36             
this.picValidMKMoi = new System.Windows.Forms.PictureBox();
37             
this.picNotValidMK = new System.Windows.Forms.PictureBox();
38             
this.picValidMK = new System.Windows.Forms.PictureBox();
39             
this.btnCancel = new System.Windows.Forms.Button();
40             
this.btnOK = new System.Windows.Forms.Button();
41             
this.label3 = new System.Windows.Forms.Label();
42             
this.label2 = new System.Windows.Forms.Label();
43             
this.label1 = new System.Windows.Forms.Label();
44             
this.txtmkmoi2 = new System.Windows.Forms.TextBox();
45             
this.txtmkmoi = new System.Windows.Forms.TextBox();
46             
this.txtmkcu = new System.Windows.Forms.TextBox();
47             
this.label4 = new System.Windows.Forms.Label();
48             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
49             
this.label5 = new System.Windows.Forms.Label();
50             
this.groupBox1.SuspendLayout();
51             ((System.ComponentModel.ISupportInitialize)(
this.picNotValidMKMoi2)).BeginInit();
52             ((System.ComponentModel.ISupportInitialize)(
this.picNotValidMKMoi)).BeginInit();
53             ((System.ComponentModel.ISupportInitialize)(
this.picValidMKMoi2)).BeginInit();
54             ((System.ComponentModel.ISupportInitialize)(
this.picValidMKMoi)).BeginInit();
55             ((System.ComponentModel.ISupportInitialize)(
this.picNotValidMK)).BeginInit();
56             ((System.ComponentModel.ISupportInitialize)(
this.picValidMK)).BeginInit();
57             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
58             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
59             
this.SuspendLayout();
60             
//
61             
// groupBox1
62             
//
63             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
64             
this.groupBox1.Controls.Add(this.picNotValidMKMoi2);
65             
this.groupBox1.Controls.Add(this.picNotValidMKMoi);
66             
this.groupBox1.Controls.Add(this.picValidMKMoi2);
67             
this.groupBox1.Controls.Add(this.picValidMKMoi);
68             
this.groupBox1.Controls.Add(this.picNotValidMK);
69             
this.groupBox1.Controls.Add(this.picValidMK);
70             
this.groupBox1.Controls.Add(this.btnCancel);
71             
this.groupBox1.Controls.Add(this.btnOK);
72             
this.groupBox1.Controls.Add(this.label3);
73             
this.groupBox1.Controls.Add(this.label2);
74             
this.groupBox1.Controls.Add(this.label1);
75             
this.groupBox1.Controls.Add(this.txtmkmoi2);
76             
this.groupBox1.Controls.Add(this.txtmkmoi);
77             
this.groupBox1.Controls.Add(this.txtmkcu);
78             
this.groupBox1.Location = new System.Drawing.Point(12, 93);
79             
this.groupBox1.Name = "groupBox1";
80             
this.groupBox1.Size = new System.Drawing.Size(312, 165);
81             
this.groupBox1.TabIndex = 0;
82             
this.groupBox1.TabStop = false;
83             
this.groupBox1.Text = "Thông Tin mật Khẩu";
84             
//
85             
// picNotValidMKMoi2
86             
//
87             
this.picNotValidMKMoi2.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_cancel;
88             
this.picNotValidMKMoi2.Location = new System.Drawing.Point(283, 94);
89             
this.picNotValidMKMoi2.Name = "picNotValidMKMoi2";
90             
this.picNotValidMKMoi2.Size = new System.Drawing.Size(23, 21);
91             
this.picNotValidMKMoi2.TabIndex = 19;
92             
this.picNotValidMKMoi2.TabStop = false;
93             
this.picNotValidMKMoi2.Visible = false;
94             
//
95             
// picNotValidMKMoi
96             
//
97             
this.picNotValidMKMoi.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_cancel;
98             
this.picNotValidMKMoi.Location = new System.Drawing.Point(283, 66);
99             
this.picNotValidMKMoi.Name = "picNotValidMKMoi";
100             
this.picNotValidMKMoi.Size = new System.Drawing.Size(23, 21);
101             
this.picNotValidMKMoi.TabIndex = 18;
102             
this.picNotValidMKMoi.TabStop = false;
103             
this.picNotValidMKMoi.Visible = false;
104             
//
105             
// picValidMKMoi2
106             
//
107             
this.picValidMKMoi2.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_ok;
108             
this.picValidMKMoi2.Location = new System.Drawing.Point(283, 94);
109             
this.picValidMKMoi2.Name = "picValidMKMoi2";
110             
this.picValidMKMoi2.Size = new System.Drawing.Size(23, 21);
111             
this.picValidMKMoi2.TabIndex = 17;
112             
this.picValidMKMoi2.TabStop = false;
113             
this.picValidMKMoi2.Visible = false;
114             
//
115             
// picValidMKMoi
116             
//
117             
this.picValidMKMoi.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_ok;
118             
this.picValidMKMoi.Location = new System.Drawing.Point(283, 66);
119             
this.picValidMKMoi.Name = "picValidMKMoi";
120             
this.picValidMKMoi.Size = new System.Drawing.Size(23, 21);
121             
this.picValidMKMoi.TabIndex = 16;
122             
this.picValidMKMoi.TabStop = false;
123             
this.picValidMKMoi.Visible = false;
124             
//
125             
// picNotValidMK
126             
//
127             
this.picNotValidMK.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_cancel;
128             
this.picNotValidMK.Location = new System.Drawing.Point(283, 37);
129             
this.picNotValidMK.Name = "picNotValidMK";
130             
this.picNotValidMK.Size = new System.Drawing.Size(23, 21);
131             
this.picNotValidMK.TabIndex = 15;
132             
this.picNotValidMK.TabStop = false;
133             
this.picNotValidMK.Visible = false;
134             
//
135             
// picValidMK
136             
//
137             
this.picValidMK.Image = global::QuanLyNhanSu.Properties.Resources.Overlay_ok;
138             
this.picValidMK.Location = new System.Drawing.Point(283, 37);
139             
this.picValidMK.Name = "picValidMK";
140             
this.picValidMK.Size = new System.Drawing.Size(23, 21);
141             
this.picValidMK.TabIndex = 14;
142             
this.picValidMK.TabStop = false;
143             
this.picValidMK.Visible = false;
144             
//
145             
// btnCancel
146             
//
147             
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
148             
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
149             
this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
150             
this.btnCancel.Location = new System.Drawing.Point(166, 126);
151             
this.btnCancel.Name = "btnCancel";
152             
this.btnCancel.Size = new System.Drawing.Size(110, 30);
153             
this.btnCancel.TabIndex = 5;
154             
this.btnCancel.Text = "Thoát";
155             
this.btnCancel.UseVisualStyleBackColor = true;
156             
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
157             
//
158             
// btnOK
159             
//
160             
this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
161             
this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
162             
this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
163             
this.btnOK.Location = new System.Drawing.Point(40, 126);
164             
this.btnOK.Name = "btnOK";
165             
this.btnOK.Size = new System.Drawing.Size(110, 30);
166             
this.btnOK.TabIndex = 4;
167             
this.btnOK.Text = "Chấp nhận";
168             
this.btnOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
169             
this.btnOK.UseVisualStyleBackColor = true;
170             
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
171             
//
172             
// label3
173             
//
174             
this.label3.AutoSize = true;
175             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
176             
this.label3.Location = new System.Drawing.Point(37, 97);
177             
this.label3.Name = "label3";
178             
this.label3.Size = new System.Drawing.Size(137, 15);
179             
this.label3.TabIndex = 8;
180             
this.label3.Text = "Nhập lại mật khẩu mới :";
181             
//
182             
// label2
183             
//
184             
this.label2.AutoSize = true;
185             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186             
this.label2.Location = new System.Drawing.Point(37, 69);
187             
this.label2.Name = "label2";
188             
this.label2.Size = new System.Drawing.Size(121, 15);
189             
this.label2.TabIndex = 9;
190             
this.label2.Text = "Nhập mật khẩu mới :";
191             
//
192             
// label1
193             
//
194             
this.label1.AutoSize = true;
195             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196             
this.label1.Location = new System.Drawing.Point(37, 40);
197             
this.label1.Name = "label1";
198             
this.label1.Size = new System.Drawing.Size(113, 15);
199             
this.label1.TabIndex = 7;
200             
this.label1.Text = "Nhập mật khẩu cũ :";
201             
//
202             
// txtmkmoi2
203             
//
204             
this.txtmkmoi2.BackColor = System.Drawing.SystemColors.ControlLightLight;
205             
this.txtmkmoi2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
206             
this.txtmkmoi2.Location = new System.Drawing.Point(176, 94);
207             
this.txtmkmoi2.MaxLength = 50;
208             
this.txtmkmoi2.Name = "txtmkmoi2";
209             
this.txtmkmoi2.PasswordChar = '*';
210             
this.txtmkmoi2.Size = new System.Drawing.Size(100, 21);
211             
this.txtmkmoi2.TabIndex = 3;
212             
this.txtmkmoi2.TextChanged += new System.EventHandler(this.txtmkmoi2_TextChanged);
213             
this.txtmkmoi2.Validated += new System.EventHandler(this.txtmkmoi2_Validated);
214             
//
215             
// txtmkmoi
216             
//
217             
this.txtmkmoi.BackColor = System.Drawing.SystemColors.ControlLightLight;
218             
this.txtmkmoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
219             
this.txtmkmoi.Location = new System.Drawing.Point(176, 66);
220             
this.txtmkmoi.MaxLength = 50;
221             
this.txtmkmoi.Name = "txtmkmoi";
222             
this.txtmkmoi.PasswordChar = '*';
223             
this.txtmkmoi.Size = new System.Drawing.Size(100, 21);
224             
this.txtmkmoi.TabIndex = 2;
225             
this.txtmkmoi.TextChanged += new System.EventHandler(this.txtmkmoi_TextChanged);
226             
//
227             
// txtmkcu
228             
//
229             
this.txtmkcu.BackColor = System.Drawing.SystemColors.ControlLightLight;
230             
this.txtmkcu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
231             
this.txtmkcu.Location = new System.Drawing.Point(176, 37);
232             
this.txtmkcu.MaxLength = 50;
233             
this.txtmkcu.Name = "txtmkcu";
234             
this.txtmkcu.PasswordChar = '*';
235             
this.txtmkcu.Size = new System.Drawing.Size(100, 21);
236             
this.txtmkcu.TabIndex = 1;
237             
this.txtmkcu.Validated += new System.EventHandler(this.txtmkcu_Validated);
238             
//
239             
// label4
240             
//
241             
this.label4.AutoSize = true;
242             
this.label4.BackColor = System.Drawing.Color.Transparent;
243             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
244             
this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption;
245             
this.label4.Location = new System.Drawing.Point(114, 12);
246             
this.label4.Name = "label4";
247             
this.label4.Size = new System.Drawing.Size(210, 31);
248             
this.label4.TabIndex = 2;
249             
this.label4.Text = "ĐỔI MẬT KHẨU";
250             
//
251             
// pictureBox1
252             
//
253             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
254             
this.pictureBox1.Image = global::QuanLyNhanSu.Properties.Resources.Rename1;
255             
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
256             
this.pictureBox1.Name = "pictureBox1";
257             
this.pictureBox1.Size = new System.Drawing.Size(91, 75);
258             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
259             
this.pictureBox1.TabIndex = 1;
260             
this.pictureBox1.TabStop = false;
261             
//
262             
// label5
263             
//
264             
this.label5.AutoSize = true;
265             
this.label5.BackColor = System.Drawing.Color.Transparent;
266             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
267             
this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
268             
this.label5.Location = new System.Drawing.Point(132, 56);
269             
this.label5.Name = "label5";
270             
this.label5.Size = new System.Drawing.Size(192, 31);
271             
this.label5.TabIndex = 3;
272             
this.label5.Text = "NGƯỜI DÙNG";
273             
//
274             
// frmDoiMatKhau
275             
//
276             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
277             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
278             
this.ClientSize = new System.Drawing.Size(335, 272);
279             
this.Controls.Add(this.label5);
280             
this.Controls.Add(this.label4);
281             
this.Controls.Add(this.pictureBox1);
282             
this.Controls.Add(this.groupBox1);
283             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
284             
this.MaximizeBox = false;
285             
this.MinimizeBox = false;
286             
this.Name = "frmDoiMatKhau";
287             
this.Text = "Đổi mật khẩu";
288             
this.ThemeName = "ControlDefault";
289             
this.groupBox1.ResumeLayout(false);
290             
this.groupBox1.PerformLayout();
291             ((System.ComponentModel.ISupportInitialize)(
this.picNotValidMKMoi2)).EndInit();
292             ((System.ComponentModel.ISupportInitialize)(
this.picNotValidMKMoi)).EndInit();
293             ((System.ComponentModel.ISupportInitialize)(
this.picValidMKMoi2)).EndInit();
294             ((System.ComponentModel.ISupportInitialize)(
this.picValidMKMoi)).EndInit();
295             ((System.ComponentModel.ISupportInitialize)(
this.picNotValidMK)).EndInit();
296             ((System.ComponentModel.ISupportInitialize)(
this.picValidMK)).EndInit();
297             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
298             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
299             
this.ResumeLayout(false);
300             
this.PerformLayout();
301
302         }
303
304         
#endregion
305
306         
private System.Windows.Forms.GroupBox groupBox1;
307         
private System.Windows.Forms.Button btnCancel;
308         
private System.Windows.Forms.Button btnOK;
309         
private System.Windows.Forms.Label label3;
310         
private System.Windows.Forms.Label label2;
311         
private System.Windows.Forms.Label label1;
312         
private System.Windows.Forms.TextBox txtmkmoi2;
313         
private System.Windows.Forms.TextBox txtmkmoi;
314         
private System.Windows.Forms.TextBox txtmkcu;
315         
private System.Windows.Forms.PictureBox pictureBox1;
316         
private System.Windows.Forms.Label label4;
317         
private System.Windows.Forms.PictureBox picValidMK;
318         
private System.Windows.Forms.PictureBox picNotValidMK;
319         
private System.Windows.Forms.PictureBox picNotValidMKMoi2;
320         
private System.Windows.Forms.PictureBox picNotValidMKMoi;
321         
private System.Windows.Forms.PictureBox picValidMKMoi2;
322         
private System.Windows.Forms.PictureBox picValidMKMoi;
323         
private System.Windows.Forms.Label label5;
324     }
325 }



Quản lý nhân sự công ty bằng c# _ full source code 60.405 lượt xem

Gõ tìm kiếm nhanh...